ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / CopyTo Method / CopyTo(T[],Int32) Method

In This Topic
    CopyTo(T[],Int32) Method
    In This Topic
    Copies an array of Page objects to PagesCollection from the specified index.
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal values() As T, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       T[] values,
       int index
    )

    Parameters

    values
    index
    See Also